projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b9f07b
)
(internal_equal): Use compare_window_configurations.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Jan 1998 08:47:06 +0000
(08:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Jan 1998 08:47:06 +0000
(08:47 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 421879fde9fa4bf8c9f26db04d511dcd57e176ae..4b73d330a873730b8c0adb470cdafa5f34654f2b 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1510,6
+1510,8
@@
internal_equal (o1, o2, depth)
return 0;
return 1;
}
+ if (WINDOW_CONFIGURATIONP (o1))
+ return compare_window_configurations (o1, o2);
/* Aside from them, only true vectors, char-tables, and compiled
functions are sensible to compare, so eliminate the others now. */